home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / dos_win / winsock / maillist / 94-02.Z / 94-02 / text0191.txt < prev    next >
Encoding:
Text File  |  1994-02-28  |  10.1 KB  |  277 lines

  1.  
  2. john@bunny.four.net (John Wallace Williams) writes:
  3.  
  4. >>I have many copies of PC-NFS v4.0 and would like to use WinSock 
  5. >>applications.  Unfortunately, I cannot upgrade to v5.0 just now. So, is 
  6. >>there a version of WinSock that I could use if I switch to the NDIS 
  7. >>drivers that come with PC-NFS?
  8.  
  9. >>Thanks for any suggestions,
  10.  
  11. >>Randy Moore
  12.  
  13.  
  14. >I'm running PC-NFS 3.5c and I would like to do the same.   I've managed
  15. >to get NFS and WINSOCK applications running concurrently using the PKTMUX
  16. >program to handle two packet drivers, one for each.
  17. >( obtain pktmux12.exe , pktd.sys & wintcpa1.zip from ftp  )
  18.  
  19. >When I try to use NDIS to handle the ethernet card, I have problems.
  20. >I've used it with lanman 1.1 & 2.1, the newest NFS-NDIS.SYS (from york.ac.uk)
  21. >and DIS_PKT.SYS (v 1.05, 1.09 & 1.11).
  22.  
  23. >PC-NFS currently runs fine over NDIS.  The packet driver (for winsock) works,
  24. >but only when I dont do nfsrun!  I cant get both to work simultaneously. :/
  25. >Am I missing something?   Does NDIS handle dual clients like I think it does?
  26.  
  27. >-- My protocol.ini --
  28. >[NFS-NDIS]
  29. >    drivername = NFSLINK$
  30. >    bindings = SMCMAC
  31.  
  32. >[PKTDRV]
  33. >    drivername = PKTDRV$
  34. >    bindings = SMCMAC
  35. >    intvec = 0x60
  36. >    chainvec = 0x66
  37.  
  38. >[SMCMAC]
  39. >    drivername = SMCMAC$
  40. >    ramaddress = 0xD800
  41. >    iobase = 0x280
  42. >    irq = 3
  43. >;   receivebufsize = 1536
  44.  
  45. >[protocol manager]
  46. >    drivername = PROTMAN$
  47. >--
  48.  
  49. >I've spent all weekend rebooting the machine with different configurations,
  50. >but to no avail.  PKTMUX does the job tho.  Performance and memory take a hit,
  51. >thats why i'd rather use NDIS to solve the problem.
  52.  
  53. >Anyone out there currently doing this?  I'm more of a UNIX type, so please
  54. >dont flame me if i'm doing something obviously wrong :)
  55.  
  56. >Thanks in advance!
  57.  
  58.  
  59.    I have had the same problem using the NDIS drivers for PC-NFS 4.0a.  I
  60. was unable to find a solution using NFS-NDIS.SYS 4.0a.
  61.  
  62.    My solution is to use the 1) NDIS MAC driver, 2) two copies of DIS_PKT,
  63. and 3) the packet driver interface for PC-NFS.  This allowed me to achieve
  64. my goal of mounting Unix disks and also being able to use winsock
  65. applications.
  66.  
  67.    The PC-NFS 4.0a packet driver interface, PKTD.SYS 4.0.a3 can be found at
  68. ftp.york.ac.uk or at ftp.sunet.se (/pub/pc/pc-nfs/mirror-york).
  69.  
  70.    DISPKT11.ZIP can be found at casbah.acns.nwu.edu /pub/nupop/ndis_pkt.
  71. I hacked one copy of DIS_PKT.DOS and changed all (3 total) references to
  72. PKTDRV to PKTDR1, naming the result DIS_PK1.DOS.  A similar result could
  73. be obtained by modifying DIS_PKT.ASM, compiling, linking and EXE2BINing.
  74.  
  75.  
  76. SCHEMATIC:
  77.                             SMC8000.DOS
  78.                          (NDIS MAC driver)
  79.                                  |
  80.             ------------------------------------------------
  81.             |                                              | 
  82.        DIS_PKT.DOS                                    DIS_PK1.DOS
  83.    (packet driver shim)                      (modified packet driver shim)            |                                              |
  84.             |                                              |
  85.         WINPKT.COM                                      PKTD.SYS
  86. (Windows virtual packet driver                  (packet driver interface
  87.  for Trumpet WinSock alpha #18)                  for PC-NFS 4.0a        )
  88.             |                                              |
  89.  Trumpet WinSock alpha #18                            PC-NFS 4.0a
  90.  
  91.  
  92. CONFIG.SYS:
  93.  
  94. devicehigh=c:\boot\pcnfs.sys
  95. devicehigh=c:\boot\sockdrv.sys
  96. devicehigh=c:\lanman\pktd.sys
  97. DEVICE=c:\lanman\protman.sys
  98. DEVICEhigh=C:\LANMAN\SMC8000.DOS
  99. DEVICEhigh=C:\LANMAN\dis_pk1.dos
  100. DEVICEhigh=C:\LANMAN\dis_pkt.dos
  101.  
  102.  
  103. PROTOCOL.INI:
  104.  
  105. [protocol manager]
  106.         drivername=protman$
  107.  
  108. [smc]
  109.         drivername=smc8000$
  110.  
  111. [pktdr2]
  112.         drivername=pktdr2$
  113.         bindings=smc
  114.         intvec=0x62
  115.  
  116. [pktdr1]
  117.         drivername=pktdr1$
  118.         bindings=smc
  119.         intvec=0x61
  120.  
  121. [pktdrv]
  122.         drivername=pktdrv$
  123.         bindings=smc
  124.         intvec=0x60
  125.  
  126.  
  127. AUTOEXEC.BAT
  128.  
  129. c:\lanman\netbind
  130. set tz=CST
  131. set nfsdrive=D
  132. set nfspath=D:\NFS
  133. lh prt *
  134. net init
  135. rtm
  136. winpkt 0x60
  137. win.com
  138.  
  139.  
  140.    This is what works for me.  Good Luck.
  141. From news@bigblue.oit.unc.edu Fri Feb 18 21:50:45 1994
  142. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  143.           id AA25589; Fri, 18 Feb 1994 17:27:11 -0500
  144. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  145.           id AA11798; Fri, 18 Feb 1994 17:22:17 -0500
  146. Received: from GATEWAY by bigblue with netnews
  147.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  148. To: winsock@sunsite.unc.edu
  149. Date: 18 Feb 1994 21:50:45 GMT
  150. From: keele@herald.usask.ca (A. Ross Keele)
  151. Message-Id: <2k3d7l$72f@tribune.usask.ca>
  152. Organization: University of Saskatchewan
  153. Sender: ses
  154. Subject: Re: COMM driver for Windows ?
  155.  
  156. In article <CLEsDH.Kqu@autelca.ascom.ch> nbladt@autelca.ascom.ch
  157.  (Norbert Bladt) writes:
  158.  
  159. >Why don't you (and Karl) don't use the wfxcomm.drv freely available and
  160. >written by Delrina (WinFax 3.0). It worked for me, it's faster than
  161. >the comm.drv and it supports the 16550 UART !
  162.  
  163. >Norbert.
  164.  
  165. >Sorry, I don't know where to get it. It might be on Compu$erve or other BBS'es
  166. >around the world. Sometime ago it was posted in a newsgroup related to
  167. >ms-windows. If really nobody is able to dig it up, I can post it
  168. >here if it's not too big (I can't remember how big it really is).
  169. >I know this is not a binary group, etc. pp. But this exception to the rule
  170. >might be OK (depending on the size, of course).
  171.  
  172. You can get it at a number of places. A fast connectin is with ftp.halcyon.com
  173. in the /pub/supra directory. The file is wfxcomm.zip.
  174. -- 
  175. A. Ross Keele                                             Keele@Herald.Usask.CA
  176. Cognitive Science Lab                                       Keele@Sask.Usask.CA
  177. Dept. of Psychology                                               (306)966-6696
  178. University of Saskatchewan                         Saskatoon, SK CANADA S7N 0W0
  179. From news@bigblue.oit.unc.edu Fri Feb 18 22:39:37 1994
  180. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  181.           id AA04711; Fri, 18 Feb 1994 18:27:10 -0500
  182. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  183.           id AA13408; Fri, 18 Feb 1994 18:17:03 -0500
  184. Received: from GATEWAY by bigblue with netnews
  185.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  186. To: winsock@sunsite.unc.edu
  187. Date: 18 Feb 1994 22:39:37 GMT
  188. From: smd@hrt213.brooks.af.mil (Sten Drescher)
  189. Message-Id: <SMD.94Feb18163937@hrt213.brooks.af.mil>
  190. Organization: Intelligent Training Branch, Brooks AFB
  191. Sender: ses
  192. References: <1994Feb17.063544.12724@dcc.uchile.cl>, <Zorc.93.2D647997@olimp.irb.hr>
  193. Subject: Re: IRC for Winsock?
  194.  
  195. On Fri, 18 Feb 1994 08:17:27 GMT, Zorc@olimp.irb.hr (Hrvoje Zorc) said:
  196.  
  197. Hrvoje> In article <1994Feb17.063544.12724@dcc.uchile.cl> ereimber@dcc.uchile.cl (Erich Reimberg N.) writes:
  198. >> From: ereimber@dcc.uchile.cl (Erich Reimberg N.)
  199. >> Is there any IRC client application for using with Winsock ?
  200.  
  201. Hrvoje> Yes, it is called wirc101.zip and you can find it at 
  202. Hrvoje> petros.psychol.utas.edu.au /pub.
  203.     Are you sure that's where you got it?  I just looked, and
  204. couldn't find it.
  205. --
  206. Sten Drescher        smd@floyd.brooks.af.mil
  207. #include <disclaimer.h>
  208. All my activities have been purely intellectual, solely intellectual.
  209.     -Peter Melzer, physics teacher at the Bronx High School of
  210. Science and longtime leader of the North American Man/Boy Love
  211. Association [Knight-Ridder Newspapers]
  212. From news@bigblue.oit.unc.edu Fri Feb 18 23:28:02 1994
  213. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  214.           id AA12288; Fri, 18 Feb 1994 19:27:10 -0500
  215. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  216.           id AA09878; Fri, 18 Feb 1994 19:02:49 -0500
  217. Received: from GATEWAY by bigblue with netnews
  218.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  219. To: winsock@sunsite.unc.edu
  220. Date: 18 Feb 1994 23:28:02 GMT
  221. From: Kwillis@ccwf.cc.utexas.edu (Keith Willis)
  222. Message-Id: <2k3iu2$a86@geraldo.cc.utexas.edu>
  223. Organization: University of Texas at Austin
  224. Sender: ses
  225. Subject: Winsock 1.0a - Can a hostname be assigned to slip?
  226.  
  227. I have a question for anyone out there who may know.  I use winsock 1.0a
  228.  with a slip connection through the University.  Every time I dial in, I get a new IP
  229. address and access it using Bootp.  It would be nice to be able to assign a name to my
  230. computer so that if someone wishes to talk to me or access my terminal in general, they 
  231. can access the 'name' and then it could be resolved into the IP address.  It seems
  232. extremely feasible and sensible.  Does anyone know if it can be done and if so, how to
  233. do it?  Any help is much appreciated.  Even how this might be done were I to do it myself.
  234. Thanks in advance,
  235.             Keith W.
  236. From fit106@its.csiro.au Sat Feb 19 23:50:15 1994
  237. Received: from commsun.its.csiro.au by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  238.           id AA22495; Fri, 18 Feb 1994 20:51:28 -0500
  239. Received: by commsun.its.CSIRO.AU id AA26678
  240.   (5.65c/IDA-1.4.4 for winsock@sunsite.unc.edu); Sat, 19 Feb 1994 12:50:36 +1100
  241. Date: Sat, 19 Feb 1994 12:50:15 +1100 (EST)
  242. From: Kent Fitch <Kent.Fitch@its.csiro.au>
  243. Subject: WinQVT/Net 3.96, dated 30jan94 run time err 202 
  244. To: winsock@sunsite.unc.edu
  245. Message-Id: <Pine.3.07.9402191213.C25527-a100000@commsun.its.CSIRO.AU>
  246. Mime-Version: 1.0
  247. Content-Type: TEXT/PLAIN; charset=US-ASCII
  248.  
  249. Has anyone else had this error?  I have reported it to QPC, but someone
  250. else may have solved it:
  251.  
  252. we are trying out the latest WinQVT/Net 3.96 (I think .5) dated 30jan94. 
  253. Occassionally, whilst scrolling fast within a telnet window (eg, down
  254. arrow key held down in the PINE mail reader, or in "vi"), we have been
  255. getting a error message box popping up saying: 
  256.  
  257. "Run time error 202
  258.  at 000D:0164"
  259.  
  260. Another user got the same error, also doing scrolling, at location "000C:016C"
  261.  
  262. Similar problems had been reported to us with 3.94 (ie, WinQVT/Net hanging
  263. whilst scrolling), but I had never experienced this myself.
  264.  
  265. We are mostly using TRUMPET WINSOCK Alpha #16, #18, and the release 1.0 -
  266. it seems to happen with all.
  267.  
  268. The work around seems to be "dont scroll too fast" - any ideas?
  269.  
  270. Kent Fitch                           Ph: +61 6 276 6711
  271. ITSB   CSIRO  Canberra  Australia    kent.fitch@its.csiro.au
  272. "The mass of men lead lives of quiet desparation"  -  HD Thoreau
  273.  
  274.  
  275.  
  276.  
  277.